indexOf

Undocumented in source. Be warned that the author may not have intended to support it.
  1. int indexOf(TString str, TString toFind, int startIndex)
    pure nothrow @nogc @safe
    int
    indexOf
    (
    TString
    )
    (
    inout TString str
    ,
    inout TString toFind
    ,
    int startIndex = 0
    )
  2. int indexOf(TChar[] str, TChar ch, int startIndex)

Meta